We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0b9b93 commit d99aca7Copy full SHA for d99aca7
.github/workflows/update_build_environment.yml
@@ -20,7 +20,7 @@ jobs:
20
echo "GitHub PR action type: ${{ github.event.action }}"
21
echo "Checking if the PR modifies the Dockerfile"
22
echo "GitHub event before: ${{ github.event.before }}"
23
- echo "GitHub event before: ${{ github.event.after }}"
+ echo "GitHub event after: ${{ github.event.after }}"
24
git diff --quiet ${{ github.event.before }} ${{ github.event.after }} Dockerfile
25
DIFFSTATUS=$?
26
echo "Diff (1 if diff, 0 if not): $DIFFSTATUS"
0 commit comments