We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d865612 commit 1058abdCopy full SHA for 1058abd
.github/workflows/push.yml
@@ -19,6 +19,8 @@ jobs:
19
id: free_space
20
run: |
21
set -e
22
+ echo "Check base_ref"
23
+ echo "${{ github.base_ref }}"
24
# Ensure enough space is available for build
25
sudo apt-get autoremove -y
26
sudo apt-get clean -y
0 commit comments