Skip to content

Commit

Permalink
Chg: fix ci for file-changes-action
Browse files Browse the repository at this point in the history
There is a bug trilom/file-changes-action#104
solved in latest version.

Currently the CI is broken.
  • Loading branch information
ccamacho committed Nov 20, 2020
1 parent 5a3d752 commit a230ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/consistency-functional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
echo "${{ secrets.GITHUB_TOKEN }}" | \
podman login docker.pkg.github.com -u ${{ github.actor }} --password-stdin
- id: file_changes
uses: trilom/file-changes-action@v1.2.3
uses: trilom/file-changes-action@v1.2.4
- name: Build or reuse the toolbox container image
run: |
# The following array defines the expressions that
Expand Down

0 comments on commit a230ad0

Please sign in to comment.