Skip to content

Commit

Permalink
Merge pull request #50 from getsentry/all-repos_autofix_set-output-de…
Browse files Browse the repository at this point in the history
…precation

ref(ci): fix set-output / set-state deprecation
  • Loading branch information
asottile-sentry authored Oct 13, 2022
2 parents 84956ce + 8a7c791 commit fedadb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/syncSynonyms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
registry-url: https://registry.npmjs.org/
- run: yarn install
- run: |
echo "::set-output name=result::$(git diff --name-only HEAD^ HEAD ./config/algolia-synonyms.yml)"
echo "result=$(git diff --name-only HEAD^ HEAD ./config/algolia-synonyms.yml)" >> "$GITHUB_OUTPUT"
id: synonyms_changed
- run: yarn sync-synonyms
if: steps.synonyms_changed.outputs.result == 'config/algolia-synonyms.yml'
Expand Down

0 comments on commit fedadb1

Please sign in to comment.