Skip to content

Commit f362dde

Browse files
Merge pull request #213 from dbt-labs/updating-ci-for-github-deprecation
Updating Github Actions for Github Deprecation
2 parents 232b307 + da0449e commit f362dde

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
kind: Under the Hood
2+
body: Updating github ci
3+
time: 2023-01-18T16:16:10.536918-06:00
4+
custom:
5+
Author: callum-mcdata
6+
Issue: "163"
7+
PR: "213"

.github/workflows/changelog-existence.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
changelog:
3636
uses: dbt-labs/actions/.github/workflows/changelog-existence.yml@main
3737
with:
38-
changelog_comment: 'Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see [the contributing guide](https://github.com/dbt-labs/dbt-core/blob/main/CONTRIBUTING.md#adding-changelog-entry).'
39-
skip_label: 'Skip Changelog'
38+
changelog_comment: "Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see [the contributing guide](https://github.com/dbt-labs/dbt-core/blob/main/CONTRIBUTING.md#adding-changelog-entry)."
39+
skip_label: "Skip Changelog"
4040
secrets: inherit

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
mkdir -p $HOME/.dbt
129129
KEYFILE_PATH=$HOME/.dbt/bigquery-service-key.json
130130
echo $BIGQUERY_TEST_SERVICE_ACCOUNT_JSON > $KEYFILE_PATH
131-
echo ::set-output name=path::$KEYFILE_PATH
131+
echo "path=${KEYFILE_PATH}" >> $GITHUB_OUTPUT
132132
- uses: ./.github/actions/end-to-end-test
133133
env:
134134
BIGQUERY_SERVICE_KEY_PATH: ${{ steps.keyfile.outputs.path }}

.github/workflows/jira-creation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
secrets:
2626
JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }}
2727
JIRA_USER_EMAIL: ${{ secrets.JIRA_USER_EMAIL }}
28-
JIRA_API_TOKEN: ${{ secrets.JIRA_API_TOKEN }}
28+
JIRA_API_TOKEN: ${{ secrets.JIRA_API_TOKEN }}

0 commit comments

Comments
 (0)