Skip to content

Commit

Permalink
fff
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonybrice committed Mar 28, 2024
1 parent 9e802f2 commit 02f5bd3
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,12 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Get commit metadata
id: metadata
run: |
echo "::set-output name=commit::$(jq -n --arg sha "${{ github.sha }}" --arg ref "${{ github.ref }}" --arg event "${{ github.event_name }}" '{sha: $sha, ref: $ref, event: $event}')"
shell: bash
- id: extract-metadata
uses: stdlib-js/metadata-action@v2

- name: Call dagger onPush
run: |
echo 'json: ${{ steps.metadata.outputs.commit }}'
echo 'json: ${{ steps.extract-metadata.outputs.metadata }}'
# cd /usr/local && { curl -L https://dl.dagger.io/dagger/install.sh | sh; cd -; }
# dagger call on-push --dir=. --commit-json=
# uses: dagger/dagger-for-github@v5
Expand Down

0 comments on commit 02f5bd3

Please sign in to comment.