Skip to content

Commit

Permalink
fix names
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed Apr 3, 2024
1 parent a807bb9 commit e5ca8e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/google-form.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
bundle pristine ffi
# END Dependencies

- name: Update Shortlinks
- name: Update google news
id: generate
run: |
ruby bin/google-form-news.rb >> $GITHUB_OUTPUT
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-libraries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
bundle pristine ffi
# END Dependencies

- name: Update Shortlinks
- name: Update data libraries
id: generate
run: |
grep zenodo_link: -R topics -l | grep '.md$' | xargs -r -n 1 bundle exec ruby bin/update-data-library update --fragile
Expand Down

0 comments on commit e5ca8e1

Please sign in to comment.