Skip to content

Commit

Permalink
debug: check variable value
Browse files Browse the repository at this point in the history
  • Loading branch information
cybardev authored Jan 20, 2024
1 parent 8962ef6 commit 32a7bfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/resume.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
run: |
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 32a7bfc

Please sign in to comment.