Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
nkraetzschmar committed Oct 18, 2023
1 parent 752db1a commit 36ceb16
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build_pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,21 @@ on:
build_container:
type: string
default: ghcr.io/gardenlinux/package-build/amd64
env:
action_repository: ${{ github.action_repository }}
action_ref: ${{ github.action_ref }}
jobs:
source:
outputs:
pkg: ${{ steps.build.outputs.pkg }}
release: ${{ steps.release.outputs.release }}
runs-on: ubuntu-latest
steps:
- run: echo ${{ github.action_repository }}
- run: echo ${{ env.action_repository }} ${{ env.action_ref }}
- uses: actions/checkout@v4
with:
repository: ${{ github.action_repository }}
ref: ${{ github.action_ref }}
repository: ${{ env.action_repository }}
ref: ${{ env.action_ref }}
- run: mkdir input output
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 36ceb16

Please sign in to comment.