Skip to content

Commit

Permalink
pubmed jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushi.agrawal authored and ayushi.agrawal committed Nov 20, 2023
1 parent 02f786e commit c7d8a4c
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/on_pr_1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -392,21 +392,21 @@ jobs:
working-directory: scripts/generate-references
run: npm install

- name: Run generate-references
run: |
echo "TODO: Run generate-references and attach output TSV to PR"
- name: Run generate-references
run: |
echo "TODO: Run generate-references and attach output TSV to PR"
- name: Report on pubmed
id: report
run: |
# Update PR description
NEW_DESCRIPTION="- [x] references.tsv generated"
- name: Report on pubmed
id: report
run: |
# Update PR description
NEW_DESCRIPTION="- [x] references.tsv generated"
# Store PR description for compilation in final job
EOF=$(dd if=/dev/urandom bs=15 count=1 status=none | base64)
echo "pr-desc<<$EOF" >> $GITHUB_OUTPUT
echo "$NEW_DESCRIPTION" >> $GITHUB_OUTPUT
echo "$EOF" >> $GITHUB_OUTPUT
# Store PR description for compilation in final job
EOF=$(dd if=/dev/urandom bs=15 count=1 status=none | base64)
echo "pr-desc<<$EOF" >> $GITHUB_OUTPUT
echo "$NEW_DESCRIPTION" >> $GITHUB_OUTPUT
echo "$EOF" >> $GITHUB_OUTPUT
frontmatter:
if: true
Expand Down

0 comments on commit c7d8a4c

Please sign in to comment.