File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ jobs:
21
21
echo "Checking if Dockerfile was modified since last commit on this PR"
22
22
echo "GitHub PR action type: ${{ github.event.action }}"
23
23
if [ "${{ github.event.action }}" == "opened" ]; then
24
- echo "GitHub base ref: ${{ github.pull_request.base.sha }}"
25
- echo "GitHub head ref: ${{ github.pull_request.head.sha }}"
26
- BEFORE=${{ github.pull_request.base.sha }}
27
- AFTER=${{ github.pull_request.head.sha }}
24
+ echo "GitHub base ref: ${{ github.event. pull_request.base.sha }}"
25
+ echo "GitHub head ref: ${{ github.event. pull_request.head.sha }}"
26
+ BEFORE=${{ github.event. pull_request.base.sha }}
27
+ AFTER=${{ github.event. pull_request.head.sha }}
28
28
else
29
29
echo "GitHub event before: ${{ github.event.before }}"
30
30
echo "GitHub event after: ${{ github.event.after }}"
You can’t perform that action at this time.
0 commit comments