Skip to content

Commit

Permalink
debug: revert
Browse files Browse the repository at this point in the history
  • Loading branch information
cybardev authored Jan 20, 2024
1 parent 7bf0f07 commit 5eb8ff6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/resume.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,8 @@ jobs:
- name: Check for resume changes
id: check_updates
run: |
SHA_ID=$(git rev-parse --verify HEAD)
FILE_CHANGED=$(git diff-tree --no-commit-id --name-only -r ${SHA_ID} ./assets/Resume_*.md)
FILE_CHANGED=$(git diff-tree --no-commit-id --name-only -r ${{ github.sha }} ./assets/Resume_*.md)
echo "changed=${FILE_CHANGED}" >> "${GITHUB_OUTPUT}"
echo "${FILE_CHANGED}"
- name: Commit changes
if: endsWith(steps.check_updates.outputs.changed, '.md')
run: |
Expand Down

0 comments on commit 5eb8ff6

Please sign in to comment.