Skip to content

Commit

Permalink
Opprettt konfig for bidrag-vedtak syntetisk
Browse files Browse the repository at this point in the history
  • Loading branch information
ugur93 committed Aug 16, 2023
1 parent 136e84e commit 44b232a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rollback_prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
name: Find deploy version
run: |
REPO_NAME=${GITHUB_REPOSITORY}
INPUT_TAG = ${{ github.event.inputs.deploy_tag }}
INPUT_TAG=${{ github.event.inputs.deploy_tag }}
if [ -z "$INPUT_TAG" ]; then
echo "NULL";
echo "DEPLOY_TAG=$INPUT_TAG" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 44b232a

Please sign in to comment.