Skip to content

Commit

Permalink
Move github action script to root of repo
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Feb 5, 2024
1 parent 4fd8074 commit 606b234
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
const script = require('./scripts/comment-on-pr.js');
const script = require('./scripts/ghactions/comment-on-pr.js');
const commentTitle = "Ansible Run Output";
const commentBody = `
#### Ansible playbook output 📖\`${{ steps.apply.outcome }}\`
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
const script = require('./scripts/comment-on-pr.js');
const script = require('./scripts/ghactions/comment-on-pr.js');
const commentTitle = "Terraform Run Output";
const commentBody = `
#### Format and Style 🖌\`${{ steps.fmt.outcome }}\`
Expand Down
File renamed without changes.

0 comments on commit 606b234

Please sign in to comment.