Skip to content

Commit

Permalink
change trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxmatta authored Jan 25, 2023
1 parent c2e7523 commit 6a080f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: 'Show Variables'

on:
push:
branches: [ production ]
workflow_dispatch:

jobs:
display-variables:
Expand All @@ -14,6 +13,7 @@ jobs:
echo "organization variable : ${{ vars.ORGANIZATION_VAR }}"
echo "overridden variable : ${{ vars.OVERRIDE_VAR }}"
echo "variable from shell environment : $env_var"
echo "IMAGE_TAG : $vars.ENV_CONTEXT_VAR"
echo "IMAGE_TAG : $IMAGE_TAG"
echo "QUAY_URL : $QUAY_URL"

0 comments on commit 6a080f5

Please sign in to comment.