Skip to content

Commit

Permalink
wip: use single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Feb 1, 2024
1 parent fcdb3f2 commit 0d9a3f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
run: |
updater update deployments \
-e "${{ inputs.environment }}" \
-i "${{ steps.discover.outputs.json }}" \
-i '${{ steps.discover.outputs.json }}' \
"${{inputs.deployment_root_path}}"
- name: Run diff
run: git --no-pager diff
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/dogfood.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Dogfood

on:
push:
branches: # TOOD: remove when done (disables dogfood while testing)
- foobar

permissions:
id-token: write
Expand Down

0 comments on commit 0d9a3f3

Please sign in to comment.