Skip to content

Commit

Permalink
meaningless changes to trigger workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AleixMT committed Apr 9, 2024
1 parent 86647e8 commit e70fc09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildAndSendSignatures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
else
output="$(git diff --name-only ${{ github.event.before }} ${{ github.event.after }} | xargs)"
fi
echo echo "changed_files=${output}" >> $GITHUB_OUTPUT
echo "changed_files=${output}" >> $GITHUB_OUTPUT
- name: List changed files
run: |
Expand Down
1 change: 1 addition & 0 deletions templates/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -173,3 +173,4 @@
</div>
</body>
</html>

0 comments on commit e70fc09

Please sign in to comment.