Skip to content

Commit

Permalink
Update directory.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mertcandav authored Aug 21, 2023
1 parent 2ab63be commit 818c87a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/directory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ jobs:
if [[ `git status --porcelain` ]];
then
git add .
git commit -m 'Update `DIRECTORY.md`'
git push origin directory_update-${{ github.sha }}:directory_update-${{ github.sha }}
git commit -m 'Update `DIRECTORY.md`' || true
git push origin directory_update-${{ github.sha }}:directory_update-${{ github.sha }} || true
gh pr create --base ${GITHUB_REF##*/} --head directory_update-${{ github.sha }} --title 'Update `DIRECTORY.md`' --body 'Updated the `DIRECTORY.md` file (see the diff. for changes).' || true
gh pr create --base ${GITHUB_REF##*/} --head directory_update-${{ github.sha }} --title 'Upda te `DIRECTORY.md`' --body 'Updated the `DIRECTORY.md` file (see the diff. for changes).' || true
fi
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit 818c87a

Please sign in to comment.