Skip to content

Commit

Permalink
Update README to use the correct action link
Browse files Browse the repository at this point in the history
  • Loading branch information
dawitnida committed Apr 7, 2019
1 parent 9b0acdf commit b53edcc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ action "filter-open-synced-pr" {
# For single template (eg. dockers dir contains *.json template)
action "packer-validate-docker-image-template" {
uses = "dawitnida/packer-github-actions/validate@master"
uses = "dawitnida/packer-validate-action@master"
needs = "filter-open-synced-pr"
secrets = [
"GITHUB_TOKEN",
Expand All @@ -50,7 +50,7 @@ workflow "packer validate template-x with var-file" {
# For specific template file (eg. packer-template-x.json) with var-file (global-vars.json) arg
action "packer-validate-template-x" {
uses = "dawitnida/packer-github-actions/validate@master"
uses = "dawitnida/packer-validate-action@master"
needs = "filter-open-synced-pr"
secrets = [
"GITHUB_TOKEN",
Expand All @@ -70,7 +70,7 @@ workflow "packer validate template-y without arg" {
# For specific template file (eg. packer-template-y.json) without any args
action "packer-validate-template-y" {
uses = "dawitnida/packer-github-actions/validate@master"
uses = "dawitnida/packer-validate-action@master"
needs = "filter-open-synced-pr"
secrets = [
"GITHUB_TOKEN",
Expand Down

0 comments on commit b53edcc

Please sign in to comment.