We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 664daf4 commit f26f1a3Copy full SHA for f26f1a3
.github/workflows/reusable-deploy.yml
@@ -29,6 +29,7 @@ jobs:
29
uses: actions/checkout@v4
30
with:
31
ref: ${{ inputs.ref }}
32
+ fetch-tags: true
33
- name: Print environment specific variable
34
run: |
35
echo "EXAMPLE_VARIABLE: $EXAMPLE_VARIABLE. SECRET: $SECRET_VARIABLE"
0 commit comments