Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nolim1t committed Sep 14, 2021
1 parent 71cb957 commit dabc16f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Build & deploy on git tag push

env:
APP: invoicer
ACTIONS_ALLOW_UNSECURE_COMMANDS: true

# Capture groups in $TAG_FMT:
# \1 => TAG vX.Y.Z+build<N>
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Build invoicer on push, or PR to master

env:
APP: invoicer
ACTIONS_ALLOW_UNSECURE_COMMANDS: true

on:
push:
Expand Down

0 comments on commit dabc16f

Please sign in to comment.