Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/docker/login-action-3
Browse files Browse the repository at this point in the history
  • Loading branch information
DariuszPorowski authored Nov 14, 2023
2 parents 1cb5bbf + 2a126e5 commit a01c4da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Get repo owner
uses: actions/github-script@v6
uses: actions/github-script@v7
id: repo_owner
with:
result-encoding: string
script: return context.repo.owner.toLowerCase()

- name: Get repo name
uses: actions/github-script@v6
uses: actions/github-script@v7
id: repo_name
with:
result-encoding: string
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dogfood.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Dump
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
core.debug('!!! START github START !!!')
Expand Down

0 comments on commit a01c4da

Please sign in to comment.