Skip to content

Commit cf00434

Browse files
fix(ci): remove revision parameter values
Signed-off-by: Cameron Smith <cameron.ray.smith@gmail.com>
1 parent 3a927e4 commit cf00434

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,5 +260,4 @@ jobs:
260260
version: ""
261261
images: '["python-nix-template", "python-nix-template-dev"]'
262262
branch: ${{ needs.set-variables.outputs.checkout_ref }}
263-
revision: ${{ needs.set-variables.outputs.checkout_rev }}
264263
secrets: inherit

.github/workflows/package-release.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,5 +217,4 @@ jobs:
217217
version: ${{ needs.release.outputs.version }}
218218
images: ${{ inputs.images-to-build }}
219219
branch: ${{ needs.release.outputs.tag }}
220-
revision: ""
221220
secrets: inherit

0 commit comments

Comments
 (0)