You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Push another ref rather than the current branch (GITHUB_REF) from which the action was triggered. Only effective when PUSH_ALL_REFS is false"
35
+
default: ${{ github.ref }}
36
+
required: false
33
37
PUSH_ALL_REFS:
34
38
description: "Push all refs instead of just the current branch"
35
39
default: "true"
36
40
required: false
37
41
GIT_PUSH_ARGS:
38
-
description: "The arugments to use when pushing the repository"
42
+
description: "The arguments to use when pushing the repository"
0 commit comments