Skip to content

Commit

Permalink
adding workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
lyskov authored Jul 21, 2020
1 parent 1f588e7 commit 13a4740
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: build
on:
push:
pull_request:
Expand Down Expand Up @@ -104,4 +105,4 @@ jobs:
id: compileindocker
uses: ./.github/workflows/fedora33
- name: Get the output status
run: exit ${{ steps.compileindocker.outputs.out }}
run: exit ${{ steps.compileindocker.outputs.out }}

0 comments on commit 13a4740

Please sign in to comment.