Skip to content

Commit

Permalink
GA
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeckman314 committed Sep 20, 2024
1 parent 0502bd9 commit dfe6e45
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,15 @@ jobs:
use-funnel:
needs: build
runs-on: ubuntu-latest


steps:
- name: List available artifacts
uses: actions/github-script@v6
with:
script: |
const artifacts = await github.rest.actions.listArtifactsForRepo({
owner: context.repo.owner,
repo: context.repo.repo
});
console.log(artifacts);
- uses: actions/download-artifact@v4
with:
name: funnelBin

- name: Display structure of downloaded files
run: ls -R && exit 1

- name: Set up Go 1.x
uses: actions/setup-go@v5
with:
Expand All @@ -36,8 +28,6 @@ jobs:
- name: Check out code
uses: actions/checkout@v2



- name: Use Funnel binary
run: |
echo "Using cached Funnel binary"
Expand Down

0 comments on commit dfe6e45

Please sign in to comment.