Skip to content

Commit

Permalink
wip: add if
Browse files Browse the repository at this point in the history
  • Loading branch information
romadryud committed Oct 13, 2024
1 parent 601efb0 commit ec62c87
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
git push origin HEAD:${{ github.event.pull_request.head.ref }}
- name: Upload artifact to trigger app for forks
if: ${{ failure() }}
id: upload_artifact
run: |
json='{
"name": "comment",
Expand All @@ -53,6 +54,7 @@ jobs:
}' && echo "$json" > flow.json
ls -al
- uses: actions/upload-artifact@v4
if: ${{ success() && steps.upload_artifact.conclusion == 'success' }}
with:
name: flow
path: 'flow.json'

0 comments on commit ec62c87

Please sign in to comment.