Skip to content

Commit

Permalink
ci: fix broken action
Browse files Browse the repository at this point in the history
  • Loading branch information
dhth committed Aug 18, 2024
1 parent 04c02bb commit 9fb76d5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,10 @@ jobs:
with:
app-id: ${{ vars.GH_TOKEN_APP_ID }}
private-key: ${{ secrets.GH_TOKEN_APP_PRIVATE_KEY }}
- name: Run act3 with default output format
- name: Run act3
run: |
./act3
- name: Run act3 with tabular output format
run: |
./act3 -f table
- name: Run act3 with HTML output format
run: |
./act3 -f html
env:
GH_TOKEN: ${{ steps.generate-token.outputs.token }}

0 comments on commit 9fb76d5

Please sign in to comment.