Skip to content

Commit

Permalink
Try expression
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Oct 17, 2024
1 parent ba15ab2 commit dcccdc7
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,6 @@ env:

jobs:

setup:
runs-on: ubuntu-latest
outputs:
kosli_dry_run: ${{ steps.prepare.outputs.kosli_dry_run }}
steps:
- name: set-env-var in setup
id: prepare
run:
echo Hello


job-1:
runs-on: ubuntu-latest
needs: [ setup ]
Expand All @@ -35,6 +24,8 @@ jobs:

- name: Do wibble
id: wibble
env:
IMAGE_NAME: ${GITHUB_SHA:0:7}
run:
exit 0

Expand Down

0 comments on commit dcccdc7

Please sign in to comment.