Skip to content

Commit

Permalink
Merge pull request #54 from tangkong/tst_xml_regen
Browse files Browse the repository at this point in the history
TST: small change to csvs to test xml generation
  • Loading branch information
tangkong authored Dec 17, 2024
2 parents 0b3e362 + e11e2f2 commit af95db3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/daff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.head_ref }}
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}

- name: install requirements
run: |
Expand All @@ -42,4 +43,4 @@ jobs:
uses: thollander/actions-comment-pull-request@v3
with:
file-path: ${{ runner.temp }}/diff.txt
comment-tag: csvdiff
comment-tag: csvdiff
2 changes: 1 addition & 1 deletion .github/workflows/standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
shell: bash --login -eo pipefail {0}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
ssh-key: ${{ secrets.DEPLOY_KEY }}
Expand Down
3 changes: 2 additions & 1 deletion Spreadsheet/KFE/QRIX-alarms.csv
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
#Indent,Branch,PV,Description,Latch,Delay,Filter,Guidance
0,QRIX,,,,,,
0,QRIX,,,,,,
,,MR1K1:BEND:RTD:US:1_RBV,TEMPERATURE,,,,

0 comments on commit af95db3

Please sign in to comment.