Skip to content

Commit

Permalink
add quotation marks
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Funk committed Aug 1, 2024
1 parent f755c8c commit 270e9aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-publications.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Create bibtex file with selected entries
run: |
gh_repository <- ${{ github.repository }}
gh_repository <- "${{ github.repository }}"
source("snippets/update_publications.R")
shell: Rscript {0}

Expand Down

0 comments on commit 270e9aa

Please sign in to comment.