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 a367235 commit 04e38c9Copy full SHA for 04e38c9
.github/workflows/update_build_environment.yml
@@ -21,7 +21,7 @@ jobs:
21
echo "GitHub PR action type: ${{ github.event.action }}"
22
echo "Checking if the PR modifies the Dockerfile"
23
echo "GitHub event before: ${{ github.event.before }}"
24
- echo "GitHub event before: ${{ github.event.after }}"
+ echo "GitHub event after: ${{ github.event.after }}"
25
git diff --quiet ${{ github.event.before }} ${{ github.event.after }} Dockerfile
26
DIFFSTATUS=$?
27
echo "Diff (1 if diff, 0 if not): $DIFFSTATUS"
0 commit comments